]> git.r.bdr.sh - rbdr/captura/blobdiff - Captura/Core Extensions/Notification+AppEvents.swift
Add about and sandbox sparkle
[rbdr/captura] / Captura / Core Extensions / Notification+AppEvents.swift
index 809c00ed19ca88ee5e1c583d8160c8ca7cb2b8b6..be06a2f3676165f7a2f6df16e7b7ea26b6862278 100644 (file)
@@ -6,4 +6,10 @@ extension Notification.Name {
   static let stopRecording = Notification.Name("stopRecording")
   static let finalizeRecording = Notification.Name("finalizeRecording")
   static let reset = Notification.Name("reset")
+  static let failedToStart = Notification.Name("failedToStart")
+  static let receivedFrame = Notification.Name("receivedFrame")
+  static let failedtoUpload = Notification.Name("failedToUpload")
+  static let reloadConfiguration = Notification.Name("reloadConfiguration")
+  static let setCaptureSessionConfiguration = Notification.Name("setCaptureSessionConfiguration")
+  static let setConfiguration = Notification.Name("setConfiguration")
 }